From: Dan Nicolaescu Date: Mon, 27 Jul 2009 17:52:17 +0000 (+0000) Subject: (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11290 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53c3cd9b936bb9b91da89a108c17bec97bb4bd62;p=emacs.git (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h --- diff --git a/src/ChangeLog b/src/ChangeLog index 166a326d179..1f25aa296c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-07-27 Dan Nicolaescu + + * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h + 2009-07-27 Kenichi Handa * xfaces.c (face_with_height): Call font_clear_prop. diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 93c03dda2db..81fba0440f7 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -33,8 +33,6 @@ along with GNU Emacs. If not, see . */ #undef LDAV_SYMBOL #define HAVE_GETLOADAVG 1 -#define SIGNALS_VIA_CHARACTERS - #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) /* netbsd uses OXTABS instead of the expected TAB3. */